Welcome to Css!

12.10 远程培训班区块1

<!--远程培训班开始-->

<div class="ycpxb content-box">

<a class="a1" href="#">

<span>远程培训班</span>

</a>

<a class="a2" href="#">

<span>【与你同行】<br>校园活动</span>

</a>

<a class="a3" href="#">

<span>学习规划</span>

</a>

<a class="a4" href="#">

<span>应聘讲师</span>

</a>

<a class="a5" href="#">

<span>问答系统</span>

</a>

</div>

<!--远程培训班结束-->

Css:

/*远程培训开始*/

.ycpxb{

height:160px;background:#fff;

}

.ycpxb a{

display:block;width:210px;height:114px;float:left;

}

.ycpxb .a1{

background:url(./img/otherFun1.jpg)

}

.ycpxb .a2{

background:url(./img/otherFun2.jpg)

}

.ycpxb .a3{

background:url(./img/otherFun3.jpg)

}

.ycpxb .a4{

background:url(./img/otherFun4.jpg)

}

.ycpxb .a5{

background:url(./img/otherFun5.jpg)

}

/*远程培训结束*/

返回值: